install |
Install/upgrade packages
# aptitude install package
|
remove |
Remove packages
# aptitude remove package
|
purge |
Remove packages and their configuration files
# aptitude purge package
|
search |
Search for a package by name and/or expression
|
show |
Display detailed information about a package
|
changelog |
View a package's changelog
|
update |
Download lists of new/upgradable packages
|
safe-upgrade |
Perform a safe upgrade
|
full-upgrade |
Perform an upgrade, possibly installing and removing packages
|
download |
Download the .deb file for a package
|
reinstall |
Download and (possibly) reinstall a currently installed package
|
clean |
Erase downloaded package files
|
forget-new |
Forget what packages are "new"
|
hold |
Place packages on hold
|
unhold |
Cancel a hold command for a package
|
markauto |
Mark packages as having been automatically installed
|
unmarkauto |
Mark packages as having been manually installed
|
forbid-version |
Forbid aptitude from upgrading to a specific package version.
|
why |
Show the manually installed packages that require a package, or why one or more packages would require the given package
|
why-not |
Show the manually installed packages that lead to a conflict with the given package, or why one or more packages would
lead to a conflict with the given package if installed
|